JavaScript
{dialog.object}formViewGetViewBox Method
Syntax
var viewbox = {dialog.object}.formViewGetViewBox(UXFormViewControlId);
Arguments
- UXFormViewControlIdstring
The FormView control's ID.
Returns
- viewboxA5.ViewBox
Returns the FormView's ViewBox. See A5.ViewBox for more information about this object.
Description
Gets a pointer to the ViewBox control used in the FormView control.
Example
var vbObj = {dialog.object}.formViewGetViewBox('FORM_1');See Also